From 7956156d705297ba7c372577bb19c09517bbd444 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 24 Jan 2024 09:50:37 -0500 Subject: Upgrade Next.js to 14.1.0 --- src/app/groups/[groupId]/expenses/export/json/route.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app/groups/[groupId]/expenses/export') diff --git a/src/app/groups/[groupId]/expenses/export/json/route.ts b/src/app/groups/[groupId]/expenses/export/json/route.ts index 0fd8ad8..ff14ae7 100644 --- a/src/app/groups/[groupId]/expenses/export/json/route.ts +++ b/src/app/groups/[groupId]/expenses/export/json/route.ts @@ -6,7 +6,6 @@ export async function GET( req: Request, { params: { groupId } }: { params: { groupId: string } }, ) { - console.log({ groupId }) const prisma = await getPrisma() const group = await prisma.group.findUnique({ where: { id: groupId }, -- cgit v1.3